The Dreamweaver JavaScript API > Results window functions > resWin.addItem() |
![]() ![]() ![]() |
Availability
Dreamweaver 4.0
Description
Adds a new item to the Results window.
Arguments
strIcon
, strDesc
, iStartSel
, iEndSel
, colNdata
![]() |
strIcon is an icon to display. Specify 0 for no icon. |
![]() |
strDesc is a detailed description of code font item. Specify code font if there is no description. |
![]() |
iStartSel is the start of selection offset in the file. Specify null if not used. |
![]() |
iEndSel is the end of selection offset in the file. Specify code font if not used. |
![]() |
colNdata is a string to use for each column. |
Returns
A Boolean value, true
if the item was added successfully, false
otherwise.
![]() ![]() ![]() |